GPIO_INTMASK=Val_0x0
GPIO Port Interrupt Mask Register
GPIO_INTMASK | Writing a 1 to a bit in this field masks the interrupt generation capability for this corresponding GPIO signal. Otherwise interrupts are allowed through. The unmasked status is read as well as the resultant status after masking. All interrupt bits are unmasked by default. 0 (Val_0x0): Interrupt bits are unmasked 1 (Val_0x1): Interrupt bits are masked |